net/http.response.closeNotifyCh (field)
7 uses
net/http (current package)
server.go#L494: closeNotifyCh chan bool
server.go#L2230: if w.closeNotifyCh == nil {
server.go#L2231: w.closeNotifyCh = make(chan bool, 1)
server.go#L2233: w.closeNotifyCh <- true // action prior closeNotify call
server.go#L2236: return w.closeNotifyCh
server.go#L2246: if w.closeNotifyCh != nil {
server.go#L2247: w.closeNotifyCh <- true
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |